home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / bgqwkb21.zip / EXAMPLES.ZIP / C-TECH.BAT < prev    next >
DOS Batch File  |  1992-01-12  |  472b  |  28 lines

  1. @echo off
  2.  
  3. d:
  4. cd \relay
  5. del c:\gt\specreq\c-tech.qwk
  6. tnet export c-tech
  7. copy c:\gt\uploads\c-tech.rep .\backup
  8.  
  9. echo athm1 > com2
  10. gr1600 c-tech.scr *xxxx-xxxx
  11. echo ath1m0 > com2
  12.  
  13. if exist c:\gt\specreq\c-tech.qwk goto success
  14. echo *** COMMUNICATIONS FAILURE WITH GT NET HUB ***
  15. goto end
  16.  
  17. :success
  18. d:
  19. cd \relay
  20. copy c:\gt\specreq\c-tech.qwk .\backup
  21. tnet import c-tech
  22. del c:\gt\specreq\c-tech.qwk
  23. del c:\gt\uploads\c-tech.rep
  24.  
  25. :end
  26. d:
  27. cd \relay
  28.